home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Format (UK) 75
/
PC Format 75 - Nov 1997.iso
/
Hospital
/
NAV31
/
RESCUE.BE!
/
RESCUE.BE
Wrap
Text File
|
1997-02-07
|
15KB
|
335 lines
rem ------------------------------------------------------------------------
rem
rem Introduction Screen
rem
rem ------------------------------------------------------------------------
:intro
be sa bright white on blue /n /cls
be window 2 10 19 70 lightgray shadow zoom
be rowcol 3 12 "Norton AntiVirus Rescue Disk Set"
be rowcol 4 12 "--------------------------------"
rem
be rowcol 6 12 "A Norton AntiVirus Rescue Disk Set helps you recover "
be rowcol 7 12 "from virus emergencies. Please be patient. It will "
be rowcol 8 12 "take several minutes to create the disks. "
be rowcol 12 12 "The Rescue Disk Set contains the following:"
rem
be rowcol 14 12 " o Norton Rescue Boot Disk"
be rowcol 15 12 " o Norton AntiVirus Program Disk"
be rowcol 16 12 " o Norton AntiVirus Definitions Disk"
rem
be rowcol 18 12
be ask "Continue? (Y/N) " YN DEFAULT=Y
be exit
rem
rem ------------------------------------------------------------------------
rem
rem Create Norton Rescue Boot Disk.
rem
rem ------------------------------------------------------------------------
rem
:bootdisk
rem be sa bright white on blue /n /cls
be window 2 10 19 70 gray shadow
be rowcol 3 12 "Norton AntiVirus Rescue Disk Set"
be rowcol 4 12 "--------------------------------"
be rowcol 6 12 "To create the Norton AntiVirus Rescue Disk Set, you need "
be rowcol 7 12 "three high-density floppy disks that do not contain any "
be rowcol 8 12 "files you want to keep. "
be rowcol 14 12 "About to create .... Norton Rescue Boot Disk"
be rowcol 15 12 " o Norton AntiVirus Program Disk"
be rowcol 16 12 " o Norton AntiVirus Definitions Disk"
be rowcol 18 12
be ask "Continue? (Y/N) " YN DEFAULT=Y
be exit
rem
rem ------------------------------------------------------------------------
rem
rem Create Norton Rescue Program Disk
rem
rem ------------------------------------------------------------------------
rem
:progdisk
be window 2 10 19 70 gray shadow
be rowcol 3 12 "Norton AntiVirus Rescue Disk Set"
be rowcol 4 12 "--------------------------------"
be rowcol 6 12 "The Norton Rescue Boot Disk has been successfully "
be rowcol 7 12 "created. "
be rowcol 8 12 " "
be rowcol 14 12 " Completed Norton Rescue Boot Disk "
be rowcol 15 12 "About to create .... Norton AntiVirus Program Disk "
be rowcol 16 12 " o Norton AntiVirus Definitions Disk "
be rowcol 18 12
be ask "Continue? (Y/N) " YN DEFAULT=Y
be exit
rem
rem ------------------------------------------------------------------------
rem
rem Restore the Create Norton Rescue Program Disk screen
rem
rem ------------------------------------------------------------------------
rem
:restor1
be window 2 10 19 70 gray shadow
be rowcol 3 12 "Norton AntiVirus Rescue Disk Set"
be rowcol 4 12 "--------------------------------"
be rowcol 6 12 "The Norton Rescue Boot Disk has been successfully "
be rowcol 7 12 "created. "
be rowcol 8 12 " "
be rowcol 14 12 " Completed Norton Rescue Boot Disk "
be rowcol 15 12 "About to create .... Norton AntiVirus Program Disk "
be rowcol 16 12 " o Norton AntiVirus Definitions Disk "
be rowcol 18 12 "Continue? (Y/N) "
be exit
rem
rem ------------------------------------------------------------------------
rem
rem Create Norton AntiVirus Definitions Disk - Part I
rem
rem ------------------------------------------------------------------------
rem
:vdef1
be window 2 10 19 70 gray shadow
be rowcol 3 12 "Norton AntiVirus Rescue Disk Set"
be rowcol 4 12 "--------------------------------"
be rowcol 6 12 "The Norton AntiVirus Program Disk has been successfully "
be rowcol 7 12 "created. "
be rowcol 8 12 " "
rem
be rowcol 14 12 " Completed Norton Rescue Boot Disk "
be rowcol 15 12 " Completed Norton AntiVirus Program Disk "
be rowcol 16 12 "About to create .... Norton AntiVirus Definitions Disk "
rem
be rowcol 18 12
be ask "Continue? (Y/N) " YN DEFAULT=Y
be exit
rem
rem ------------------------------------------------------------------------
rem
rem Create Norton AntiVirus Definitions Disk - Part II
rem
rem ------------------------------------------------------------------------
rem
:vdef2
be window 2 10 19 70 gray shadow
be rowcol 3 12 "Norton AntiVirus Rescue Disk Set"
be rowcol 4 12 "--------------------------------"
be rowcol 6 12 "The Norton AntiVirus Program Disk has been successfully "
be rowcol 7 12 "created. "
be rowcol 8 12 " "
rem
be rowcol 14 12 " Completed Norton Rescue Boot Disk "
be rowcol 15 12 " Completed Norton AntiVirus Program Disk "
be rowcol 16 12 "About to create .... Norton AntiVirus Definitions Disk "
rem
be rowcol 18 12 "Continue? (Y/N) "
be exit
rem
rem ------------------------------------------------------------------------
rem
rem Create Definitions Disk **ONLY** From Command Line - Part I
rem
rem ------------------------------------------------------------------------
rem
:vdef3
be sa bright white on blue /n /cls
be window 2 10 19 70 gray shadow
be rowcol 3 12 "Norton AntiVirus Rescue Disk Set"
be rowcol 4 12 "--------------------------------"
be rowcol 6 12 "Insert the Norton AntiVirus Definitions Disk into the "
be rowcol 7 12 "drive. The disk must not be write-protected. "
be rowcol 8 12 " "
rem
be rowcol 14 12 " "
be rowcol 15 12 " "
be rowcol 16 12 "About to create .... Norton AntiVirus Definitions Disk "
rem
be rowcol 18 12
be ask "Continue? (Y/N) " YN DEFAULT=Y
be exit
rem
rem ------------------------------------------------------------------------
rem
rem Create Definitions Disk **ONLY** From Command Line - Part II
rem
rem ------------------------------------------------------------------------
rem
:vdef4
be sa bright white on blue /n /cls
be window 2 10 19 70 gray shadow
be rowcol 3 12 "Norton AntiVirus Rescue Disk Set"
be rowcol 4 12 "--------------------------------"
be rowcol 6 12 "Insert the Norton AntiVirus Definitions Disk into the "
be rowcol 7 12 "drive. The disk must not be write-protected! "
be rowcol 8 12 " "
rem
be rowcol 14 12 " "
be rowcol 15 12 " "
be rowcol 16 12 "About to create .... Norton AntiVirus Definitions Disk "
rem
be rowcol 18 12 "Continue? (Y/N) "
be exit
rem
rem ------------------------------------------------------------------------
rem
rem Closing screen
rem
rem ------------------------------------------------------------------------
rem
:close
be window 2 10 19 70 gray shadow
be rowcol 3 12 "Norton AntiVirus Rescue Disk Set"
be rowcol 4 12 "--------------------------------"
be rowcol 6 12 "The Norton AntiVirus Definitions disk has been "
be rowcol 7 12 "successfully created. "
be rowcol 8 12 " "
be rowcol 9 12 "Write-protect your Norton AntiVirus Rescue Disks and "
be rowcol 10 12 "store them in a safe place. "
rem
be rowcol 14 12 " Completed Norton Rescue Boot Disk "
be rowcol 15 12 " Completed Norton AntiVirus Program Disk "
be rowcol 16 12 " Completed Norton AntiVirus Definitions Disk "
rem
be rowcol 18 12 "Thank you for using Norton AntiVirus. "
be rowcol 23 1
be exit
rem
rem
rem ------------------------------------------------------------------------
rem
rem Closing screen
rem
rem ------------------------------------------------------------------------
rem
:closdef
be window 2 10 19 70 gray shadow
be rowcol 3 12 "Norton AntiVirus Rescue Disk Set"
be rowcol 4 12 "--------------------------------"
be rowcol 6 12 "The Norton AntiVirus Definitions disk has been "
be rowcol 7 12 "successfully created. "
be rowcol 8 12 " "
be rowcol 9 12 "Store it in a safe place with the rest of the Norton "
be rowcol 10 12 "AntiVirus Rescue Disk Set. "
rem
be rowcol 14 12 " "
be rowcol 15 12 " "
be rowcol 16 12 " Completed Norton AntiVirus Definitions Disk "
rem
be rowcol 18 12 "Thank you for using Norton AntiVirus. "
be rowcol 23 1
be exit
rem
rem ------------------------------------------------------------------------
rem
rem Error screen
rem
rem ------------------------------------------------------------------------
rem
:error
be window 2 10 19 70 gray shadow
be rowcol 3 12 "Norton AntiVirus Rescue Disk Set"
be rowcol 4 12 "--------------------------------"
be rowcol 6 12 "The Norton AntiVirus Rescue Disk Set has not been "
be rowcol 7 12 "completed. For your computer's safety, please try again. "
be rowcol 8 12 " "
be rowcol 9 12 " "
be rowcol 10 12 " "
be rowcol 12 12 " "
rem
be rowcol 14 12 " "
be rowcol 15 12 " "
be rowcol 16 12 " "
rem
be rowcol 18 12 " "
be rowcol 23 1
be exit
rem
rem ------------------------------------------------------------------------
rem
rem Not done
rem
rem ------------------------------------------------------------------------
rem
:notdone
be window 2 10 19 70 gray shadow
be rowcol 3 12 "Norton AntiVirus Rescue Disk Set"
be rowcol 4 12 "--------------------------------"
be rowcol 6 12 "The Norton AntiVirus Rescue Disk does not have the "
be rowcol 7 12 "files needed to run complete a Rescue in emergency "
be rowcol 8 12 "conditions. "
be rowcol 9 12 " "
be rowcol 10 12 " "
be rowcol 12 12 " "
rem
be rowcol 14 12 " "
be rowcol 15 12 " "
be rowcol 16 12 " "
rem
be rowcol 18 12
be ask "Continue anyway? (N/Y)" NY DEFAULT=N
be rowcol 23 1
be exit
rem
rem ------------------------------------------------------------------------
rem
rem Not done 2
rem
rem ------------------------------------------------------------------------
rem
:notdone2
be window 2 10 19 70 gray shadow
be rowcol 3 12 "Norton AntiVirus Rescue Disk Set"
be rowcol 4 12 "--------------------------------"
be rowcol 6 12 "The Norton AntiVirus Rescue Disk does not have the "
be rowcol 7 12 "Virus Definition files needed to run in emergency "
be rowcol 8 12 "conditions. "
be rowcol 9 12 " "
be rowcol 10 12 " "
be rowcol 12 12 " "
rem
be rowcol 14 12 " "
be rowcol 15 12 " "
be rowcol 16 12 " "
rem
be rowcol 18 12
be ask "Press Enter to continue" Y DEFAULT=Y
be rowcol 23 1
be exit
rem
rem ------------------------------------------------------------------------
rem
rem Disk In Drive
rem
rem ------------------------------------------------------------------------
rem
:dskindrv
be window 6 20 16 60 gray shadow zoom
be rowcol 7 22 "Norton AntiVirus Rescue Disk Set "
be rowcol 8 22 "-------------------------------- "
be rowcol 10 22 "It looks to me like the last disk"
be rowcol 11 22 "is still in the drive. "
be rowcol 12 22 " "
be rowcol 13 22 " "
be rowcol 15 22
be ask "Overwrite? (N/Y) " NY DEFAULT=N
be exit
rem ------------------------------------------------------------------------
rem
rem Create Norton AntiVirus Definitions Disk **ONLY** From Command Line
rem
rem ------------------------------------------------------------------------
:HELP
echo Build Rescue Disk, Copyright 1996 by Symantec Corporation
echo BLDRESQ [NEWDEFS] [?]
echo.
echo NEWDEFS Build only the Norton AntiVirus Definitions Disk
echo ? Help
echo.
:end